home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3517 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news.lpr.carel.fi!usenet
  2. From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Inexplicable linker error
  5. Date: Wed, 24 Jan 1996 17:01:21 +0200
  6. Organization: Carelcomp Forest
  7. Message-ID: <310649C1.68F1@cmt.lpr.mail.carel.fi>
  8. References: <DLnF5J.wC@eskimo.com>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  14.  
  15. Skye Offerle wrote:
  16. > Ok, Borland C/C++ Gurus, I'm in need of insight.
  17. > I have a DOS standard app project using a linked (large memory model)
  18. > library which nearly (oh so close) builds under Borland C++ 4.0.  It
  19. > will compile, but halts when linking the .lib and reports:
  20. > IDE error :
  21. > BCW : Unexpected Build Termination
  22. > Someone has got to have encountered this before.  What might generally
  23. > or possibly cause this error?   Help(f1) is of little help on the
  24. > matter, and I seem to be config'd ok.
  25. > Thanks in advance,
  26. > Skye Offerle / Tripitaka
  27.  
  28. This kind of errors usually means that you've run out of memory while linking. 
  29. Try using command-line tools (with IDE switched off first, of course), or 
  30. check the readme files for DPMIMEM (or sth like that, can't remember exactly).
  31.  
  32. Later,
  33. AriL
  34.  
  35. -- 
  36. All my opinions are mine and mine alone.
  37.